ragel software package provides compiles finite state machines into code in various languages, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install ragel
ragel is installed in your system.
Make ensure the ragel package were installed using the commands given below,
$ sudo dpkg-query -l | grep ragel *
You will get with ragel package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | Development |
| Package | ragel |
| Version | 6.8-1build1 |
| Description | compiles finite state machines into code in various languages |
| Sub Section | devel |